home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / 3d-tools / 3dmasks / mask331s.d45 < prev    next >
Encoding:
Text File  |  1991-02-21  |  324 b   |  39 lines

  1. "Sobel (3x3x3 -- 3sets -- x -45 -45)    max_abs"
  2. 3 3 1
  3. 3
  4. -1    1      0     -1 
  5.     2      0     -2
  6.     1      0     -1  
  7.  
  8. 0    2    0    -2
  9.     4    0    -4
  10.     2    0    -2
  11.  
  12. 1    1      0     -1 
  13.     2      0     -2
  14.     1      0     -1  
  15. 3
  16. -1    2    1    0 
  17.     1    0    -1
  18.     0    -1    -2
  19.  
  20. 0    4    2    0
  21.     2    0    -2
  22.     0    -2    -4
  23.  
  24. 1    2    1    0 
  25.     1    0    -1
  26.     0    -1    -2
  27. 3
  28. -1    1    2    1 
  29.     0    0    0
  30.     -1    -2    -1  
  31.  
  32. 0    2    4    2
  33.     0    0    0
  34.     -2    -4    -2
  35.  
  36. 1    1    2    1 
  37.     0    0    0
  38.     -1    -2    -1  
  39.